* lisp/simple.el (redisplay-highlight-region-function): Increase priority of
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 23 Mar 2014 22:30:47 +0000 (18:30 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 23 Mar 2014 22:30:47 +0000 (18:30 -0400)
commitcdb3fff3f588caeed50cbb5b64c09bce0a0b31e3
tree9933a750f10278ee525b10c3977aa0b8ab6e0673
parent3d103fa0323a33805a3f09b53cd4e7f0cec4ae08
* lisp/simple.el (redisplay-highlight-region-function): Increase priority of
overlay to make sure boundaries are visible.
* src/buffer.c (struct sortvec): Add field `spriority'.
(compare_overlays): Use it.
(sort_overlays): Set it.
lisp/ChangeLog
lisp/simple.el
src/ChangeLog
src/buffer.c